CSharpTest.Net
SynchronizedList<T> Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : SynchronizedList<T> Class


Glossary Item Box

The following tables list the members exposed by SynchronizedList<T>.

Public Constructors

 NameDescription
Public ConstructorSynchronizedList<T> ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of elements contained in the ICollection.  
Public PropertyIsReadOnlyGets a value indicating whether the ICollection is read-only.  
Public PropertyItemGets or sets the element at the specified index.  
Public PropertyLockExposes the interal lock so that you can syncronize several calls  
Top

Public Methods

 NameDescription
Public MethodAddAdds an item to the ICollection.  
Public MethodClearRemoves all items from the ICollection.  
Public MethodContainsDetermines whether the IList contains the element specified.  
Public MethodCopyToCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodDisposeDefines a method to release allocated resources.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodIndexOfDetermines the index of a specific item in the IList.  
Public MethodInsertInserts an item to the IList at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific object from the ICollection.  
Public MethodRemoveAtRemoves the IList item at the specified index.  
Public MethodReplaceStorageLocks the collection and replaces the underlying storage dictionary.  
Top

See Also

Generated with Document! X 2011 by Innovasys